home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / djgpp / readme < prev   
Encoding:
Text File  |  1994-08-11  |  1.4 KB  |  47 lines

  1. This directory contains the source needed to compile plplot under djgpp,
  2. the gcc for DOS and '386+ machines.  Please retreive djgpp from the
  3. simtel20 archives and use their references for more info.
  4.  
  5. To compile everything simply:
  6. 1) mkmf
  7. 2) cd tmp
  8. 3) make links
  9. 4) make
  10. 5) mkdir \plplot
  11. 6) make install
  12.  
  13. To compile the demos:
  14. 7) cd \plplot\demos\c
  15. 8) make cdemos
  16.  
  17. To compile the f2c demos:
  18. 9) cd \plplot\demos\f77
  19. 10) make fdemos
  20.  
  21. The install can provide the stubs for FORTRAN via "f2c", the
  22. fortran-to-C converter.  Set the "enable_f77" variable to "yes" in
  23. ./mkmf.bat install the f2c stubs.  Check netlib.att.com for the latest
  24. source to f2c.
  25.  
  26. This will install the plplot library in /plplot/lib and the demos in
  27. /plplot/demos.  This can be changed in the ./cf/init.in file.  (Please
  28. note the UNIX and MS-DOS name types and change BOTH.)
  29.  
  30. Other customizations:
  31.  
  32.  o Define (string) values for LIB_DIR, BIN_DIR, and TCL_DIR in plconfig.h
  33.    if you want plplot to look somewhere other than the hardwired or
  34.    environmentally-set locations for the files it needs.
  35.  
  36.  o Define the appropriate macro in pldevs.h in order to enable the
  37.    corresponding output driver.
  38.  
  39. This procedure was done with djgpp 1.11m5.  The new djgpp 1.12 was just 
  40. released and I haven't downloaded it yet.
  41.  
  42. Paul Kirschner
  43. United Technologies Reaserch Center
  44. pek@utrc.utc.com
  45.  
  46.  
  47.